@charset "utf-8";

/* all */

html {
    height: 100%;
}

body {
    margin: 0;
    /*background-image: url(bg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-color: red;*/
    background-color: var(--bodyer-bg-color);
    /*font-family: 'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica, Arial, sans-serif;*/
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #666;
}

ul,
ol,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin: 0 0 10px;
}

img {
    border: 0;
    vertical-align: middle
}

img.img-responsive {
    max-width: 100%;
    width: 100%;
}

input {
    outline: medium none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus {
    border-color: #FF9900;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 136, 0, .075), 0 0 8px rgba(255, 136, 0, .6);
}

.container {
    background-color: #F9F9F9;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/*body::-webkit-scrollbar{*/
/*    width: 10px;*/
/*    height: 10px;*/
/*}*/
/*body::-webkit-scrollbar-track{*/
/*    background: rgba(0, 0, 0, 0);*/
/*}*/
/*body::-webkit-scrollbar-thumb{*/
/*    background: #0074e4;*/
    /*background:linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);*/
/*    border-radius:6px;*/
/*}*/
/*body::-webkit-scrollbar-thumb:hover{*/
/*    background: #011c3a;*/
    /*background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);*/
/*}*/


/*****************************
*** 头部-开始
******************************/

.header {
    width: 100%;
    /*height: 53px;*/
    background-color: #FFFFFF;
    /*overflow: hidden;*/
    /* box-shadow: 0 0 5px #e5e5e5; */
    position: fixed;
}

.header .logo {
    float: left;
    /* background: url('/img/logo.png') no-repeat left;
    background-size: 100% auto; */
}

.header .logo a {
    display: flex;
    line-height: 44px;
    color: #333333;
    text-decoration: none;
}

.header .logo img {
    /*width: 30px;*/
    height: 50px;
    margin-right: 10px;
    /*margin-top: 10px;*/
    transition: all 150ms ease-out;
}

.header .logo img:hover {
    transform: translateY(-5px);
}

.header .logo a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    margin-right: 50px;
    margin-top: 5px;
}

.header .menu ul li {
    float: left;
    line-height: 50px;
}

.header .menu ul li .active {
    line-height: 50px;
    border-bottom: solid 3px #0078F2;
}

.header .menu ul li a {
    padding: 0px 12px;
    color: #333333;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.header .menu ul li a:hover {
    line-height: 50px;
    border-bottom: solid 3px #0078F2;
}


/*菜单*/
.menus-item {
    position: relative;
    float: left;
    width: 120px;
    line-height: 50px;
    height: auto;
    font-size: 14px;
    text-align: center;
}
.menus-item>a {
    text-decoration: none;
    color: #333333;
    transition: all .4s ease;
}
.menus-item>a:hover {
    font-weight: bold;
}
.sub-menu {
    opacity: 0;
    visibility:hidden;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 999;
    padding: 10px 5px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: linear-gradient(180deg, #ecf2ff, #FFFFFF);
    border: 2px solid #FFFFFF;
    transition: all .4s ease;
}
.menus-item:hover>.sub-menu {
    visibility: visible;
    opacity:1;
    /*opacity: 1;*/
    display: block;
    margin-top: -10px;
}
.menu-item {
    max-height: 50px;
    float: left;
    min-width: 100px;
}
.menu-item>a {
    text-decoration: none;
    color: #333333;
    transition: all .4s ease;
}
.menu-item>a:hover {
    font-weight: bold;
    margin-left: 10px;
}

.header .search {
    padding-top: 7px;
    /* margin: 40px 20px; */
    display: flex;
    align-items: flex-start;
    justify-content: right;
}

.header .search .search-row {
    position: relative;
}

.header .search svg {
    width: 25px;
    height: 25px;
}

.header .search .search-btn {
    position: absolute;
    top: 0;
    right: 5px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    color: #ccc;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    /* line-height: 36px; */
}

.header .search .search_form input {
    width: 250px;
    border: 0;
    height: 24px;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    border-radius: 20px !important;
    background-color: #E2E2E2 !important;
    padding-left: 20px;
}


/**********

***********/

.bodyer {
    width: 100%;
    background-color: #F5F6F7;
    overflow: hidden;
    padding-bottom: 20px;
}


/* 小图 */

.bodyer .s-hot {
    padding-top: 30px;
}

.bodyer .s-hot .headline {
    align-items: center;
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.bodyer .s-hot .box ul {
    display: grid;
    grid-auto-flow: row;
    /*grid-template-columns: repeat(8, calc(12.5% - 15px));*/
    grid-template-columns: repeat(auto-fit, calc((100% - 7 * 15px) / 8));
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.bodyer .s-hot .box ul li {
    overflow: hidden;
}

.bodyer .s-hot .box ul li .thumb {
    overflow: hidden;
    border-radius: 10px;
}

.bodyer .s-hot .box ul li .thumb img {
    width: 100%;
    max-width: 224px;
    border-radius: 10px;
    transition: all 150ms ease-out;
}

.bodyer .s-hot .box ul li .thumb img:hover {
    transform: scale(1.1);
}

.bodyer .s-hot .box ul li .title a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

.bodyer .s-hot .box ul li .title a:hover {
    text-decoration: underline;
}


/* 大图 */

.bodyer .b-hot {
    margin-top: 30px;
}

.bodyer .b-hot .box ul {
    display: grid;
    grid-auto-flow: row;
    /*grid-template-columns: repeat(2, calc(50% - 10px));*/
    grid-template-columns: repeat(auto-fit, calc((100% - 2 * 20px) / 3));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.bodyer .b-hot .box ul li .thumb {
    border-radius: 10px;
}

.bodyer .b-hot .box ul li .thumb img {
    width: 100%;
    max-width: 698px;
    border-radius: 10px;
}

.bodyer .b-hot .box ul li .title {
    margin-top: 30px;
}

.bodyer .b-hot .box ul li .title a {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
    text-decoration: none;
    color: #333333;
}

.bodyer .b-hot .box ul li .info {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.bodyer .b-hot .box ul li .more {
    margin-top: 30px;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.5px;
}


/* 排行 */

.ranking {
    margin-top: 50px;
}

.ranking .ranking-ul {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, calc(33.33% - 13.33px));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.ranking .ranking-ul .ranking-li {
    /* padding: 0px 16px; */
    overflow: hidden;
}

.ranking .ranking-ul .ranking-li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ranking .ranking-ul .ranking-li .item-headline {
    padding: 16px 0px;
    overflow: hidden;
}

.ranking .item-headline .title {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #333333;
    float: left;
}



.ranking .item-headline .more {
    margin-right: 16px;
    float: right;
    text-decoration: none;
    display: inline-flex;
    border-radius: 4px;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    padding: 0px 20px;
    background-color: transparent;
    color: rgba(68, 64, 64, 0.6);
    border: 1px solid rgba(68, 64, 64, 0.6);
    height: 34px;
    width: auto;
    min-width: auto;
}

.ranking .item-ul .item-li {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* float: left; */
    padding: 10px 32px 10px 0px;
    overflow: hidden;
    /* display: flex; */
    overflow: hidden;
}


.ranking .item-ul .item-li .thumb {
    /* float: left; */
    overflow: hidden;
    border-radius: 10px;
}

.ranking .item-ul .item-li .thumb img {
    /* width: 100%; */
    max-width: 50px;
    border-radius: 10px;
    transition: all 150ms ease-out;
}

.ranking .item-ul .item-li .thumb img:hover {
    transform: scale(1.1);
}

.ranking .item-ul .item-li .info {
    /* float: left; */
    overflow: hidden;
    margin-left: 16px;
}

.ranking .item-ul .item-li .info .title {
    margin-top: 10px;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */

}

.ranking .item-ul .item-li .info .title a {
    color: #333333;
    text-decoration: none;
    /*transition: all .3s linear 0s;*/
    /*transition: all 150ms ease-out;*/

}

.ranking .item-ul .item-li .info .title a:hover {
    text-decoration: underline;
    /*transform:translate(100px,0);*/
    /*margin-left: 10px;*/
    /*transition: transform .2s linear;*/
    /*transform:translate(10px,0);*/
}



/* 列表页面 */

.category_title h2 {
    margin-top: 50px;
    color: #333333;
}

.category-layout {
    overflow: hidden;
    padding-top: 50px;
}

.category-layout ul {
    display: grid;
    grid-auto-flow: row;
    /*grid-template-columns: repeat(8, calc(12.5% - 15px));*/
    grid-template-columns: repeat(auto-fit, calc((100% - 7* 15px) / 8));
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.category-layout ul li {
    transition: all .2s;
}

.category-layout ul li:hover {
    /* background-color: red; */
    margin-top: -5px;
}

.category-layout ul li .thumb {
    border-radius: 10px;
}

.category-layout ul li .thumb img {
    width: 100%;
    max-width: 224px;
    border-radius: 10px;
    /* transition: all .4s ease; */
}

.category-layout ul li:hover .thumb img {
    /* transform: scale(1.02) rotate(6deg) */
}

.category-layout ul li .title a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}


/* 分页 */

.showpage {
    text-align: center;
    padding: 50px 0px;
}

.showpage .prev,
.showpage .next {
    margin-left: 30px;
    display: inline-block;
    font-size: 18px;
}

.showpage .prev span,
.showpage .next span {
    padding: 30px 60px;
    border: solid 1px #202020;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    color: #666666;
}

.showpage .prev a,
.showpage .next a {
    padding: 30px 60px;
    background-color: #202020;
    border: solid 1px #202020;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    color: #666666;
}


/* 内容页面 */

.post-layout {
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 50px;
}

.post-layout .post {
    float: left;
    width: calc(100% - 384px);
    /* padding: 0px 30px 0px 0px; */
}

.post-layout .post .title h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
}

.post-layout .post .thumb {
    margin-bottom: 25px;
}

.post-layout .post .thumb img {
    width: 100%;
    max-width: 816px;
}

.post-layout .post .content {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333333;
}

.post-layout .post .content img {
    max-width: 100%;
}


.post-layout .post .stitle {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
}

.post-layout .post .downlist {
    border-radius: 4px;
    background-color: #262626;
    padding: 30px 30px;
    margin-bottom: 25px;
}

.post-layout .post .downlist .d {
    display: grid;
    grid-template-columns: 150px 150px 150px 150px 150px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    color: #999;
    padding: 10px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.post-layout .post .downlist .t {
    display: grid;
    grid-template-columns: 150px 150px 150px 150px 150px;
    text-align: center;
    padding: 10px 0px;
    color: #FFF;
}

.post-layout .post .downlist .t .btn {
    background-color: #0074E4;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
}

.post-layout .post .likelist {
    overflow: hidden;
    /*padding-top: 50px;*/
}

.post-layout .post .likelist ul {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, calc(16.66% - 15px));
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.post-layout .post .likelist ul li {
    /*transition: all .2s;*/
}

.post-layout .post .likelist ul li:hover {
    /* background-color: red; */
    /*margin-top: -5px;*/
}

.post-layout .post .likelist ul li .thumb {
    overflow: hidden;
    border-radius: 10px;
}

.post-layout .post .likelist ul li .thumb img {
    width: 100%;
    max-width: 224px;
    border-radius: 10px;
    transition: all 150ms ease-out;
    /* transition: all .4s ease; */
}

.post-layout .post .likelist ul li:hover .thumb img {
     /*transform: scale(1.02) rotate(6deg)*/
    transform: scale(1.1);
}

.post-layout .post .likelist ul li .title a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

.post-layout .post .likelist ul li .title a:hover {
    text-decoration: underline;
}

.post-layout .sidebar {
    float: left;
    width: 320px;
    /* padding: 0px 0px 0px 30px; */
    /* background-color: red; */
    margin-left: 64px;
}

.post-layout .sidebar .down {
    margin-bottom: 25px;
}

.post-layout .sidebar .down .download a {
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    width: 100%;
    min-width: auto;
    background-color: rgb(0, 116, 228);
    color: rgb(255, 255, 255);
    justify-content: center;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    text-decoration: none;
}

.post-layout .sidebar .down .sponsor {
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    width: 100%;
    min-width: auto;
    color: rgb(255, 255, 255);
    justify-content: center;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(245, 245, 245, 0.6);
    width: 318px;
    margin-top: 20px;
}

.post-layout .sidebar .down ul {
    margin-top: 30px;
}

.post-layout .sidebar .down ul li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-layout .sidebar .down ul li span {
    color: #333333;
    float: right;
}

.post-layout .sidebar .stitle {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
}


.post-layout .sidebar .hotlist {
    overflow: hidden;
}

.post-layout .sidebar .hotlist ul {
    display: grid;
    grid-auto-flow: row;
    /*grid-template-columns: repeat(3, calc(33.33% - 15px));*/
    grid-template-columns: repeat(auto-fit, calc((100% - 1 * 15px) / 2));
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.post-layout .sidebar .hotlist ul li {
    /*transition: all .2s;*/
}

.post-layout .sidebar .hotlist ul li:hover {
    /* background-color: red; */
    /*margin-top: -5px;*/
}

.post-layout .sidebar .hotlist ul li .thumb {
    overflow: hidden;
    border-radius: 10px;
}

.post-layout .sidebar .hotlist ul li .thumb img {
    width: 100%;
    border-radius: 10px;
    transition: all 150ms ease-out;
     /*transition: all .4s ease;*/
}

.post-layout .sidebar .hotlist ul li:hover .thumb img {
     /*transform: scale(1.02) rotate(6deg)*/
    /*transform: scale(1.05);*/
    transform: scale(1.1);
}

.post-layout .sidebar .hotlist ul li .title {
    margin-top: 10px;
}

.post-layout .sidebar .hotlist ul li .title a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.post-layout .sidebar .hotlist ul li .title a:hover {
    text-decoration: underline;
}


/* 文章列表 */

.articles-layout {
    margin-top: 50px;
}

.articles-layout ul {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 100%;
    grid-row-gap: 50px;
}

.articles-layout ul li {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 400px calc(100% - 450px);
}

.articles-layout ul li .thumb {
    width: 400px;
}

.articles-layout ul li .thumb img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

.articles-layout ul li .info {
    margin-left: 50px;
}

.articles-layout ul li .info .time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 1.625;
    text-transform: uppercase;
    margin-top: 50px;
}

.articles-layout ul li .info .title {
    margin-top: 10px;
}

.articles-layout ul li .info .title a {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.articles-layout ul li .info .more {
    margin-top: 50px;
}

.articles-layout ul li .info .more a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
    color: #FFF;
}


/* 文章内容 */

.article-layout {
    margin-top: 50px;
}

.article-layout .title {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF;
}

.article-layout .time {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.article-layout .content {
    font-size: 16px;
    line-height: 1.38;
    color: #FFF;
}


/*==============================================
 尾部
===============================================*/

.footer {
    color: #6f7273;
    background-color: #FFFFFF;
    padding-top: 50px;
    width: 100%;
}

.footer .friendlink a {
    text-decoration: none;
    color: #666666;
}

.footer .statement {
    margin-top: 10px;
    text-align: center;
}

.footer .copyright {
    text-align: center;
    line-height: 50px;
}

.footer a {
    color: #6f7273;
}


/*==============================================
 下载页面
===============================================*/

.download-layout {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.download-layout .nav {
    margin: 20px 0px;
    display: flex;
    align-items: center;
}

.download-layout .nav svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.download-layout .nav a {
    color: #333333;
}

.download-layout .download_declaration {
    margin: 50px 20px 20px 20px;
    /*background-color: #121212;*/
    line-height: 30px;
    font-size: 14px;
}

.download-layout .download_declaration>h1 {
    font-size: 14px;
    display: inline;
}

.download-layout.download_declaration>h2 {
    font-size: 14px;
    display: inline;
}

.download-layout .download_declaration a {
    color: #0078F2;
    text-decoration: none;
}

/*下载*/

.download_blcok {
}

.download_blcok > .title {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-left: 20px;
}



.download_blcok > .list {
    padding: 30px 0px;
}

.download_blcok > .list > .box {
    display: flex;
    max-width: 600px;
    margin: auto;
    transition: .3s;
    gap: 10px;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 10px;
    position: relative;
    top: 0;
}

.download_blcok > .list > .box > .img img {
    width: 50px;
    height: 50px;
    box-shadow: none;
}

.download_blcok > .list > .box > .info {
    margin-left: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_blcok > .list > .box > .info .source a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.download_blcok > .list > .box > .info .button .btn {
    background-color: #0078F2;
    border-color: #0078F2;
    padding: 10px 10px;
    color: #FFF;
    border-radius: 10px;
}

.download_blcok > .list > .box > .info .button a {
    text-decoration: none;
}

.download-layout .download_url {
    margin: 50px 20px 20px 20px;
    margin-top: 50px;
    color: #0086e3;
    border: 1px solid #ddd;
    padding: 20px 20px;
    overflow: hidden;
    border-radius: 20px;
}

.download-layout .download_url #down_link_btn {
    background: #0078F2;
    color: #fff;
    padding: 5px 17px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 150ms ease-out;
}

.download-layout .download_url #down_link_btn:hover {
    text-decoration: underline;
}

.download-layout .download_url #giftcard {
    color: #FFF;
    background: red;
    padding: 5px 17px;
    border-radius: 5px;
    text-decoration: none;
}

.download-layout .download_url ul li {
    margin: 0px 0px;
    padding: 18px 0px;
    float: left;
    margin-right: 30px;
}

.download-layout.download_tips {
    margin: 50px 20px 20px 20px;
    margin-top: 50px;
    line-height: 30px;
    font-size: 14px;
}

.download-layout .download_tips ol {
    margin: 0;
    padding-left: 15px;
}

.download-layout .download_tips ol li {
    margin: 8px 0;
    padding-bottom: 8px;
    list-style-type: decimal;
    border-bottom: 1px dashed #eee;
}




/*返回顶部-右侧浮动*/
.lift-off {
    position: fixed;
    right: 20px;
    bottom: 120px;
    width: 40px;
    height: 40px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
}
.lift-off_show {
    transform: translateY(0);
    opacity: 1;
}
.lift-off_hide {
    visibility: hidden;
    transform: translateY(40px);
    opacity: 0;
}

.lift-off .theme {
    color: #FFF;
}

.lift-off .theme.dark {
    color: #111;
}


@media screen and (max-width: 1024px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    /*头部*/

    .header .logo {
        display: block;
    }

    .header .logo img {
        /*animation: logo-animation 5s linear infinite;*/
    }

    @keyframes logo-animation {
        0%{
            margin-left: -5px;
        }
        50%{
            margin-left: 0px;
        }
        100%{
            margin-left: -5px;
        }
    }

    .header .menus {
        display: inline-block;
        width: 100%;
    }

    .header .menus ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, calc((100% - 0* 15px) / 4));
    }

    .header .menus ul .menus-item {
        width: 100%;
        line-height: 50px;
        text-align: center;
    }

    .header .search {
        display: block;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .header .search .search_form input {
        width: 100%;
        border: 0;
        height: 30px;
        line-height: 30px;
        margin: 0;
        display: block;
        padding: 6px 0 7px;
        min-width: 0;
        background: none;
        box-sizing: border-box;
        border-radius: 20px !important;
        background-color: #E2E2E2 !important;
        padding-left: 20px;
    }

    /*推荐软件*/
    .bodyer .s-hot .box {
        margin: 0 15px;
    }

    .bodyer .s-hot .headline {
        margin-left: 15px;
    }

    .bodyer .s-hot .box ul {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, calc((100% - 1* 15px) / 2));
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }

    /*排行*/
    .ranking .ranking-ul {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, calc((100% - 0* 15px) / 1));
        grid-row-gap: 20px;
    }

    .ranking .ranking-ul .ranking-li .item-headline {
        margin-left: 15px;
    }

    .ranking .ranking-ul .ranking-li .item-ul {
        margin: 0 15px;
    }

    .footer .wrapper .friendlink,.footer .wrapper .statement {
        margin: 0 15px;
    }

    /*列表*/
    .category-layout {
        margin: 0 15px;
    }

    .category-layout ul {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, calc((100% - 1* 15px) / 2));
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }

    /*内容*/
    .post-layout {
        margin: 0 15px;
    }

    .post-layout .post {
        float: none;
        width: 100%;
    }


    .post-layout .post .downlist .d>div:nth-child(2),.post-layout .post .downlist .t>div:nth-child(2) {
        display: none;
    }
    .post-layout .post .downlist .d>div:nth-child(3),.post-layout .post .downlist .t>div:nth-child(3) {
        display: none;
    }
    .post-layout .post .downlist .d>div:nth-child(4),.post-layout .post .downlist .t>div:nth-child(4) {
        display: none;
    }

    .post-layout .post .likelist ul {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, calc((100% - 1* 15px) / 2));
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }

    .post-layout .sidebar {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    /*下载*/
    .download-layout {
        margin: 0 15px;
    }

}